Script Wizard
The Script Wizard is a plugin, available
from the Tools
menu. It aids in easily generating some powerful client-side
JavaScripts.
The Spider Writer Script Wizard is
unique in that it intelligently inserts script code into the correct place in
your HTML document as long as a HEAD and BODY tag block exists.
Script Selection
In the wizard's first step, Script Selection, you select the script
to create from a listbox. Press the Next button to start designing
script parameters.
The Script Wizard currently creates the following scripts:
- Background Color Fade - When the
page is loaded, the background color is faded from one color to another.
- Changing Image with MouseOver - When the cursor is moved
over an image, it is changed to another image. When the cursor is moved
out of the image, it reverts back to the original image.
- Drop-down Menu Site Navigation - This script creates a
drop-down box containing a list of links. The user selects a link and
presses the Goto button to navigate to that site.
- Message Box on Page Load - This script displays a message
box with a specified message when the page loads.
- Rotating Image Banner - A series of images are rotated in
a banner at a specified delay time.
- Scrolling Status Bar Message - The specified message will
be scrolled in the status bar of the browser.
- Scrolling Textbox Message - Displays a scrolling message
in a textbox.
- Text Slide Show and Jump to Page - Displays a sequence of
text messages and then jumps to another page.
- Textbox Clock - This script creates a clock in a textbox.
Script Configuration
In the next step, Script Configuration,
you enter parameters and setup configuration for the script. This step
changes depending on the script selected in the first step. After you have configured your script,
press the Finish button to insert it in to the current document.